莉特雅
莉特雅
怪不得nuxt.js里头炸了。。。
这是个不错的选择 https://zh.nuxtjs.org/api/components-no-ssr/ 用这个手法让代码在浏览器执行看看行不行(我不太会,不好意思) https://zh.nuxtjs.org/faq/window-document-undefined/ 我这么整的: 1. plugin 插件 plugins\nest.js ```vue import Vue from 'vue' import vueCanvasNest from 'vue-canvas-nest' Vue.component('vue-canvas-nest', vueCanvasNest) ``` 2. 配置 nuxt.config.js ```js plugins: [ {src: '~/plugins/nest.js', mode:...
same problem guess where is the scrollbar 
Hi! I realize that `` are inline element, could cause overflow. [Bootstrap's strategy](https://getbootstrap.com/docs/5.3/content/tables/#responsive-tables) is wrap table with `` container (with `overflow-x: auto`). I hardly add `block overflow-x-auto` for ``s. Another...
By the way, maybe right panel little big for my phone, fortunately, close button still usable. 
> FYI make sure you are rebased on top of #63 as it addresses the same problem for Wayland data table, and fixed the layout for me completely. (The overflow...