Skip to content

ssr: why i don't found the value of {{ test }} in the source page #15807

Discussion options

You must be logged in to vote

Do not use this.* in your SFC template (you used {{ this.test }}). Directly mention the variables in your component scope.

// not like this:
{{ this.test }}

// but like this:
{{ test }}

Replies: 4 comments 12 replies

Comment options

You must be logged in to vote
6 replies
@dongwa
Comment options

@dongwa
Comment options

@AkliOnet
Comment options

@dongwa
Comment options

@AkliOnet
Comment options

Comment options

You must be logged in to vote
1 reply
@AkliOnet
Comment options

Answer selected by AkliOnet
Comment options

You must be logged in to vote
2 replies
@dongwa
Comment options

@AkliOnet
Comment options

Comment options

You must be logged in to vote
3 replies
@AkliOnet
Comment options

@TobyMosque
Comment options

@AkliOnet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants