載入非VuePlugins如何使用

JellyBool

直接 require(‘pressure’) 应该就ok了:

var Pressure = require('pressure');
// 或者 
import Pressure from 'pressure'