0👍
You could use an isCustomElement
config for this:
// main.js
const app = createApp({})
app.config.isCustomElement = tag => tag === 'livelike-chat'
Source:stackexchange.com
0👍
You could use an isCustomElement
config for this:
// main.js
const app = createApp({})
app.config.isCustomElement = tag => tag === 'livelike-chat'