VueConfig.js 58 B

123
  1. export const VueConfig = {
  2. delimiters: ['[[', ']]']
  3. };