ソースを参照

add copyright notices

pull/38/head
Jonathan Cobb 4年前
コミット
7dc7d6904d
7個のファイルの変更13行の追加0行の削除
  1. +1
    -0
      src/_pages/main/account/Layout.vue
  2. +1
    -0
      src/_pages/main/account/Payment.vue
  3. +1
    -0
      src/_pages/main/account/VerifyEmail.vue
  4. +1
    -0
      src/_pages/main/bubble/LaunchBubble.vue
  5. +4
    -0
      src/_plugins/modal.js
  6. +4
    -0
      src/_plugins/select.js
  7. +1
    -0
      src/_scss/components/_select.scss

+ 1
- 0
src/_pages/main/account/Layout.vue ファイルの表示

@@ -1,3 +1,4 @@
<!-- Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ -->
<template>
<div class="background">
<div


+ 1
- 0
src/_pages/main/account/Payment.vue ファイルの表示

@@ -1,3 +1,4 @@
<!-- Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ -->
<template>
<div class="wrapper">
<h1 class="text-center white-text form-title">


+ 1
- 0
src/_pages/main/account/VerifyEmail.vue ファイルの表示

@@ -1,3 +1,4 @@
<!-- Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ -->
<template>
<div class="wrapper">
<h1 class="text-center white-text form-title">


+ 1
- 0
src/_pages/main/bubble/LaunchBubble.vue ファイルの表示

@@ -1,3 +1,4 @@
<!-- Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ -->
<template>
<div class="wrapper">
<h3 class="text-center form-title">


+ 4
- 0
src/_plugins/modal.js ファイルの表示

@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
import Vue from 'vue';
import vmodal from 'vue-js-modal';
import 'vue-js-modal/dist/styles.css';


+ 4
- 0
src/_plugins/select.js ファイルの表示

@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
import Vue from 'vue';
import vSelect from 'vue-select';
import "vue-select/dist/vue-select.css";


+ 1
- 0
src/_scss/components/_select.scss ファイルの表示

@@ -1,3 +1,4 @@
// Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
.v-select {
.vs__dropdown-toggle {
border: 1px solid #ced4da;


読み込み中…
キャンセル
保存