Remove upgrade note about checkbox issue

pull/331/head
MattIPv4 2022-03-01 16:40:36 +00:00
parent 950632152e
commit bf17930572
1 changed files with 0 additions and 8 deletions

View File

@ -37,11 +37,3 @@ getI18n().then(i18n => {
app.use(i18n);
app.mount('#app');
});
/*
Vue 3 upgrade notes:
- pretty-checkbox-vue is not compatible with Vue 3, find alternate solution for templates/inputs/(checkbox|radio).vue
*/