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
Webpack setup (Globally accessible using this.$vex)
npm i vex
npm i vex-dialog
vex.js
// src/plugins/vex.jsimportVuefrom'vue'importvexfrom'vex-js'importvexDialogfrom'vex-dialog'// Main cssimport'vex-js/dist/css/vex.css'// Themes (Import all themes you want to use here)import'vex-js/dist/css/vex-theme-default.css'import'vex-js/dist/css/vex-theme-os.css'// Optionsvex.defaultOptions.className='vex-theme-default'// Register vex-dialogvex.registerPlugin(vexDialog)Vue.prototype.$vex=vex
No description provided.
The text was updated successfully, but these errors were encountered: