You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import ViewUIPlus from 'view-ui-plus';
import locale from 'view-ui-plus/dist/locale/en-US';
import 'view-ui-plus/dist/styles/viewuiplus.css';
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(ViewUIPlus, { locale });
});
Error (node:54583) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use node --trace-warnings ... to show where the warning was created)
How to set locale
Thanks.
The text was updated successfully, but these errors were encountered:
Error
(node:54583) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use
node --trace-warnings ...to show where the warning was created)
How to set locale
Thanks.
The text was updated successfully, but these errors were encountered: