Skip to content

zakizaki-ri9/bootstrapvue-tooltip-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BootstrapVueのTooltipを複数要素に対して表示させるサンプルリポジトリ

実行

yarn serve

plugin

pug

yarn add pug pug-plain-loader
// vue.config.js
module.exports = {
  chainWebpack: config => {
    config.module // add
      .rule("pug")
      .test(/\.pug$/)
      .use("pug-plain-loader")
      .loader("pug-plain-loader")
      .end();
  }
}

About

BootstrapVueのTooltipを複数要素に対して表示させるサンプルリポジトリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published