From bf1793057276d9514fe5bc4337d52e858eb81746 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Tue, 1 Mar 2022 16:40:36 +0000 Subject: [PATCH] Remove upgrade note about checkbox issue --- src/nginxconfig/mount.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/nginxconfig/mount.js b/src/nginxconfig/mount.js index 5ad5e65..08c244d 100644 --- a/src/nginxconfig/mount.js +++ b/src/nginxconfig/mount.js @@ -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 - -*/