Skip to content

Instantly share code, notes, and snippets.

View Siwaaa's full-sized avatar
👋

Andrei Slavnyj Siwaaa

👋
View GitHub Profile
@Siwaaa
Siwaaa / vue.js.md
Created January 25, 2021 18:06 — forked from zmts/vue.js.md
Доступ к Computed свойствам из Data (Vue.js)

Доступ к Computed свойствам из Data (Vue.js)

Wrong

<script>
  export default {
    name: 'SomeComponent',
    data () {
      return {
 foo: this.hello