-
Updated
Jul 17, 2020 - Vue
nuxtjs

Nuxt.js is a framework for creating Vue.js applications. You can choose between Universal, Static Generated or Single Page applications.
Here are 1,673 public repositories matching this topic...
.英文不是很好,用的是nuxt.js,在刷新引入插件的页面会报window is not defined
// nuxt.config.js
plugins: [ {src: '~plugins/swiper',ssr: false} ],
//plugins文件夹下
import Vue from 'vue';
if (process.BROWSER_BUILD) {
const VueAwesomeSwiper = require('vue-awesome-swiper/dist/ssr');
Vue.use(VueAwesomeSwiper);
}
.vue文件
import { swiper, swiperSlide } from 'vue-awesome-swiper';
compone
-
Updated
Jul 16, 2020
-
Updated
Apr 7, 2020 - Vue
-
Updated
Jun 11, 2020 - JavaScript
What problem does this feature solve?
The @nuxtjs/firebase
module provides service worker scripts for firebase auth sw sessions.
The problem is that (depending on where the script is included) it either:
- is ignored (because workbox responds with a caching strategy)
or
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - Vue
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
Aug 12, 2018 - Vue
-
Updated
Jul 16, 2020 - JavaScript
Created by Sébastien Chopin & Alexandre Chopin
Released November 2016
Latest release 15 days ago
- Repository
- nuxt/nuxt.js
- Website
- nuxtjs.org
- Wikipedia
- Wikipedia
Follow up from #4453
Currently, documentation for
<b-table>
really only discusses and provides examples for therow-selected
event:https://bootstrap-vue.org/docs/components/table/#row-select-support
The only places the
row-clicked
event is mentioned are:https://bootstrap-vue.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.org/docs/components/table/#comp-re