Skip to content

Commit

Permalink
Keeping track of some TODOs
Browse files Browse the repository at this point in the history
Refs #156
  • Loading branch information
The4thLaw committed Mar 15, 2024
1 parent ec6785b commit 65f0585
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 4 additions & 3 deletions source/demyo-vue-frontend/src/helpers/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import sortBy from 'lodash/sortBy'
import uniqBy from 'lodash/uniqBy'

// TODO: Vue 3
/*import {
/*
import {
Blockquote,
Bold,
BulletList,
Expand Down Expand Up @@ -37,10 +38,10 @@ export const tipTapExtensions = [
Bold,
HorizontalRule,
HardBreak
]*/
]
*/
export const tipTapExtensions = []


/**
* Extracts arrays of sub-models from a collection of models, merges them,
* keep unique items (based on the ID) and sort them.
Expand Down
5 changes: 3 additions & 2 deletions source/demyo-vue-frontend/src/plugins/vimg.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//import VueImg from 'v-img'
// TODO: Vue 3: Replace this
// import VueImg from 'v-img'

//Vue.use(VueImg)
// Vue.use(VueImg)
11 changes: 8 additions & 3 deletions source/demyo-vue-frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,25 @@ export default ({ mode }) => {
alias: {
'@': path.resolve(__dirname, './src'),
'vue-i18n-bridge': 'vue-i18n-bridge/dist/vue-i18n-bridge.runtime.esm-bundler.js',
//vue: '@vue/compat'
// TODO: Vue 3: remove this
// vue: '@vue/compat'
}
},

plugins: [
vue(/*{
vue(
// TODO: Vue 3: remove this
/*
{
template: {
compilerOptions: {
compatConfig: {
MODE: 3
}
}
}
}*/),
}
*/),
vuetify(),
visualizer()
],
Expand Down

0 comments on commit 65f0585

Please sign in to comment.