📝 Docs(custom): update readme, prepare for 3.0.0

This commit is contained in:
Kuingsmile
2025-08-13 16:16:31 +08:00
parent c04fedc40d
commit 10eec5620c
9 changed files with 58 additions and 24 deletions

View File

@@ -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)
})
}