mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-12 16:11:27 +08:00
📝 Docs(custom): update readme, prepare for 3.0.0
This commit is contained in:
@@ -174,9 +174,7 @@ class LifeCycle {
|
||||
#onReady () {
|
||||
const readyFunction = async () => {
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
installExtension(VUEJS_DEVTOOLS).then(name => {
|
||||
console.log(`Added Extension: ${JSON.stringify(name)}`)
|
||||
}).catch(err => {
|
||||
installExtension(VUEJS_DEVTOOLS).catch(err => {
|
||||
console.log('An error occurred: ', err)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user